<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.leftmenuitem
{	
	font-size: 10pt;	
	width: 100%;
	color: Navy;
		
	font-family: Sans-Serif;
	BACKGROUND-COLOR: transparent;
	text-decoration: none;
		
	border-style : none;
	padding: 4px;
} 
.leftmenuitem:hover
{
	font-size: 10pt;	
	width: 100%;
	color: blue;
	
	font-family: Sans-Serif;
	background-color: #ddddff;
	text-decoration: none;

	border: #1111ff 1px solid;
	padding: 3px;
}

.currentlanguage
{	
	font-size: 10pt;	
	width: 100%;
	color: Navy;
		
	font-family: Sans-Serif;
	BACKGROUND-COLOR: transparent;
	text-decoration: none;
		
	border : #0505aa 1px solid;
	padding: 3px;
} 
.currentlanguage:hover
{
	font-size: 10pt;	
	width: 100%;
	color: blue;
	
	font-family: Sans-Serif;
	background-color: #ddddff;
	text-decoration: none;

	border: #1111ff 1px solid;
	padding: 3px;
}


BODY
{
	MARGIN: 0;
}

FORM
{
	MARGIN: 10;
}

A
{
	color: blue;
	text-decoration: none;
	font-family: Sans-Serif;
	font-size: 10pt;
}

A:hover
{
	color: #3399ff;
	text-decoration: none;
	font-family: Sans-Serif;
	font-size: 10pt;
}

span
{
	font-size: 10pt;
	font-family: Sans-Serif;
}

div
{
	font-size: 10pt;
	font-family: Sans-Serif;
}

form
{
	font-size: 10pt;
	font-family: Sans-Serif;
}

td
{
	font-size: 10pt;
	font-family: Sans-Serif;
}</pre></body></html>